CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C 数学

搜索资源列表

  1. C-Pai-c

    0下载:
  2. 功能:一个求 数学 π 的源码,用C++编写的,希望对你有所帮助。-Function: A mathematical π seeking the source code, written using C++, I hope for your help.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:894097
    • 提供者:爱伙先生
  1. flash--C

    0下载:
  2. 绝对帅的动画 C编的 根据科学数学的算法 结合机械原理的运动规律写的 超好用-C is absolutely handsome series of animations based on scientific principles of mathematical algorithm combines the mechanical law of motion to write a super useful
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:28861
    • 提供者:蔡昌强
  1. Numerical-Recipes-in-C

    0下载:
  2. 常用数学问题的c语言算法,非常好的数值计算工具书-C language commonly used algorithm for mathematical problems, very good numerical tool
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5558736
    • 提供者:cogi
  1. Matlab-CPP

    0下载:
  2. 采用Matlab C++数学库对稀疏矩阵的操作-======================================================================== CONSOLE APPLICATION : sparseArrayCreate ======================================================================== AppWizard has created
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:42877
    • 提供者:winshow
  1. Matlab-CPP

    0下载:
  2. Matlab C++数学库对字符型阵列的操作-======================================================================== CONSOLE APPLICATION : charArrayCreate ======================================================================== AppWizard has created th
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:41010
    • 提供者:winshow
  1. Matlab-CPP

    0下载:
  2. Matlab C++数学库对元组阵列的操作-======================================================================== CONSOLE APPLICATION : cellArrayCreate ======================================================================== AppWizard has created thi
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:65350
    • 提供者:winshow
  1. Matlab-CPP

    0下载:
  2. Matlab C++数学库对结构阵列的操作-======================================================================== CONSOLE APPLICATION : structArrayCreate ======================================================================== AppWizard has created t
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:64873
    • 提供者:winshow
  1. be-accomplished-in-MatlabaC-CPP-

    0下载:
  2. 本书主要介绍如何运用Matlah与C.C + +进行混合程序设计。共分8章。主要包括Matlab程序设计初步、Matlab编译器、Matlab与C语言的接口、生成可独立运行的iatlah程序、VC++调用Matlah程序、Matlab DotNet Builder与VC++,Matcom与C/C++以及VC++调用Matlab C++数学库。另外,附录中介绍有关动态链接库的基础知识。各章包含大量 的实例程序,可供寻求将Matlab程序脱离Matlab环境的Matlab程序设计人员、寻求在M
  3. 所属分类:matlab

    • 发布日期:2017-06-19
    • 文件大小:28182103
    • 提供者:wkm
  1. matcom

    0下载:
  2. matlab 与VC++中使用MATLAB的C++数学库和MCC生成的程序,对初学matlab者有很好的借鉴作用-matlab and VC++ using MATLAB' s C++ Math Library and the MCC generated program, matlab for beginners who have a good reference
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:13625
    • 提供者:董绪祥
  1. CPP-matlab-

    0下载:
  2. 各种c++ 数学函数,进程函数,目录函数,诊断函数 等-All kinds of c++ math function, process function, directory function, diagnosis function, etc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:11878
    • 提供者:旷旭
  1. c

    0下载:
  2. 在图论中经常会遇到这样的问题,在一个有向图里,求出任意两个节点之间的最短距离。我们在离散数学、数据结构课上都遇到过这个问题,在计算机网络里介绍网络层的时候好像也遇到过这个问题,记不请了... 但是书本上一律采取的是Dijkstra算法,通过Dijkstra算法可以求出单源最短路径,然后逐个节点利用D -single source shortest path problem of dynamic programming algorithm, please exhibitions
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1474
    • 提供者:monsm
  1. svd

    0下载:
  2. 数学建模中svd算法实现正交矩阵的分解讲义及c++代码-Mathematical modeling of orthogonal matrix svd decomposition algorithm c++ code and lecture notes
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:3418848
    • 提供者:李和瀚
  1. C

    0下载:
  2. 数学计算用相关程序,Visual C++格式的源代码。-Mathematical calculation procedures, Visual C++ source code format.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:14418
    • 提供者:hehe20070101
  1. Rotation-matrix-in-C

    0下载:
  2. 数学输出旋转矩阵源代码,输入行数和列数,自动计算好,支持C-Mathematical rotation matrix output source code, input the number of rows and columns, automatically calculate the support C
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:141384
    • 提供者:阿什顿
  1. FFT-Algorithm

    1下载:
  2. 本例通过VC实现二维快速傅里叶变换,涉及到进行矩阵、复数等数学运算,运用了C语言动态内存分配、文件操作、结构指针的函数调用等内容。-In this case through the VC to achieve two-dimensional fast Fourier transform, related to the matrix, such as complex mathematics, use the C language, dynamic memory allocation, file o
  3. 所属分类:Algorithm

    • 发布日期:2014-04-16
    • 文件大小:2048
    • 提供者:lu
  1. cPPmathlib-for-matlab(2.48mb)

    0下载:
  2. matlab的c++ 数学库的使用手册,方便嵌入到c++开发中-matlab in c++ math library user' s manual, easy to c++ embedded development
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1158168
    • 提供者:li
  1. matlab--c

    0下载:
  2. 数学建模中的MATLAB程序在C语言下的实现.pdf-Mathematical modeling in the MATLAB program in C language implementation. Pdf
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:266855
    • 提供者:黄泠
  1. c-example

    0下载:
  2. 许多用C编写的趣味题程序,绘图,数字以及生活中的数学问题-Many interesting questions written in C programs, graphics, digital and mathematical problems in life
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-18
    • 文件大小:4798700
    • 提供者:zhouyuyan
  1. Bezier-C

    0下载:
  2. 贝塞尔曲线.求各阶贝塞尔函数的c程序,供物理数学学生参考-Seeking the order Bessel function of the c program for students of physics and mathematics
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:26764
    • 提供者:宋红超
  1. VCPPcall-DLL-generated-from-Matlab

    1下载:
  2. 将Matlab中现成的数学函数编译为动态链接库,供VC调用,可以省去工程应用中要编写各种C++数学算法的烦恼。这几个工程是我总结的几个案例,分别是VC6.0和VS2008下调用Matlab r2010a生成的dll的例子,还包括2个我自己做的矩阵求逆和数值积分的例子。-Will be ready in Matlab mathematical functions compiled to a dynamic link library for VC call, eliminating the need
  3. 所属分类:matlab

    • 发布日期:2014-05-18
    • 文件大小:6045696
    • 提供者:蔡浩宇
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 45 »
搜珍网 www.dssz.com